home *** CD-ROM | disk | FTP | other *** search
/ Internet Surfer: Getting Started / Internet Surfer - Getting Started (Wayzata Technology)(7231)(1995).bin / pc / textfile / mac_faqs / fortran_ < prev    next >
Internet Message Format  |  1995-01-27  |  62KB

  1. Xref: bloom-picayune.mit.edu comp.lang.fortran:11213 news.answers:4296
  2. Path: bloom-picayune.mit.edu!enterpoop.mit.edu!spool.mu.edu!olivea!sun-barr!news2me.EBay.Sun.COM!exodus.Eng.Sun.COM!appserv.Eng.Sun.COM!appserv!khb
  3. From: khb@chiba.Eng.Sun.COM (Keith Bierman fpgoup)
  4. Newsgroups: comp.lang.fortran,news.answers
  5. Subject: comp.lang.fortran frequently asked questions
  6. Message-ID: <KHB.92Nov30193017@chiba.Eng.Sun.COM>
  7. Date: 1 Dec 92 03:30:18 GMT
  8. Expires: +1 month
  9. Followup-To: poster
  10. Organization: Sun MegaSystems
  11. Lines: 1431
  12. Approved: news-answers-request@MIT.Edu
  13. NNTP-Posting-Host: chiba
  14. Frequency: mostly monthly
  15.  
  16.  
  17. Frequency: mostly monthly
  18.  
  19. Here are some answers to frequently asked questions. The "author", as
  20. is the custom, has appropriated posted responses as seemed apt. I have
  21. tried to leave attributions in, as correctly as possible. To anyone
  22. who has been offended by omission or otherwise, my apologies. I shall
  23. give priority to corrections regarding attribution.
  24.  
  25. No one takes responsibility for any of this text, neither the employer
  26. of the "author", the "author", friends of the "author", pets of the
  27. "author" nor anyone else.
  28.  
  29. Your mileage WILL vary. 
  30.  
  31. If you have comments/suggestions/edit proposals please send them to me
  32. (keith.bierman@eng.sun.com). I do not promise to accept 'em. I
  33. encourage others to make better faq lists, so I can retire this one.
  34. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  35.     Questions:
  36.  
  37. Q0) How should one spell FORTRAN/Fortran?
  38. Q1) Where can I get a copy of the Fortran 90 Standard? How about
  39.     electronic copies?
  40. Q2) What Fortran 90 translators are available?
  41. Q3) I have heard of fortran "lints" what are they, and where can
  42.     I get one?
  43. Q4) "Why do people use FORTRAN?, C is so much better"
  44. Q5)  Why can't I get an electronic version of the standard?
  45. Q6)  Where can I get "foo" (some random package)
  46. Q7)  Where can I get a free compiler?
  47. Q8)  What is the best compiler for a PC?
  48. Q9)  How does Fortran 90 relate to FORTRAN '77 and what is Fortran 90?
  49. Q10) My compiler is mis-behaving; who enforces the standard?
  50. Q11) What are good books on Fortran? 
  51. Q12) Are there pretty printers for FORTRAN?
  52. Q13) Why are there aimless debates?
  53. Q14) How do I call f77 from C (and visa versa)
  54. Q15) What constitutes good FORTRAN style?
  55. Q16) For whatever reasons, I want to translate my Fortran into C.
  56.      What tools are available?
  57. Q17) For whatever reasons, I want to translate my existing C code
  58.      into Fortran. What tools are available?
  59. Q18) What is preprocessing, how can it help? How can it hurt?
  60. Q19) How can I convert an existing FORTRAN 77 program to the free form
  61.      source of Fortran 90?
  62. Q20) Who creates these silly standards anyway?
  63. Q21) How can I read my VAX binary data somewhere else?
  64. Q22) My F77 program compiled ok on a <system1>, but gives me heaps of
  65.      syntax errors on a <system2>. What's wrong?
  66. Q23) My F77 program ran ok on a <system1>, but on a <system2> it just gives
  67.      me strange results. What's wrong?
  68. Q24) Is there a WEB for Fortran (and what is web anyway)?
  69. Q25) Where can I find coded BLAS (and what are coded BLAS?)
  70. Q26) How common is DO ... END DO?
  71. Q27) Where can I learn more about the history of Fortran?
  72.  
  73. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  74.  
  75. Q0)  How should one spell FORTRAN/Fortran?
  76.  
  77.     FORTRAN is generally the preferred spelling for discussions of versions of
  78.     the language prior to the current one ("90"). Fortran is the
  79.     spelling chosen by X3J3 and WG5. In this document a feeble effort
  80.     has been made to capitalize accordingly (e.g. vast existing
  81.     software ... FORTRAN vs. generic Fortran to mean all versions of
  82.     the standard, and specifically the modern dialect, ISO 1539:1991).
  83.  
  84. From: walt@netcom.com (Walt Brainerd)
  85.     There was an effort to "standardize" on spelling of programming
  86.     languages just after F77 became a standard.  The rule: if you say
  87.     the letters, it is all caps (APL); if you pronounce it as a word,
  88.     it is not (Cobol, Fortran, Ada).  See, for example the difinitive
  89.     article describing Fortran 77 in the Oct 1978 issue of the Comm.
  90.     of the ACM.  The timing was such that FORTRAN got put on the
  91.     standard itself, though many always after that have referred to
  92.     it as Fortran 77.  Of course, there are those who think it is not
  93.     truly Fortran if not written with all caps.
  94.  
  95. <ed note>
  96.  
  97.     ISO 1539:1991 and its ANSI counterpart X3.198-1992 consistently
  98.     employ the spelling "Fortran" to refer to the language being
  99.     defined. Reference(s) to the older version employ "small caps"
  100.     for the "ORTRAN" characters.
  101.  
  102.  
  103. Q1)  Where can I get a copy of the Fortran 90 Standard?
  104.  
  105. From: julian@cernvax.cern.ch (julian bunn)
  106.  
  107.          The new Fortran 90 standard has now been formally published
  108.      and is available from the ISO central secretariat or from the
  109.      national member bodies. The price is about $120. Some
  110.      ordering detail follow.  I can supply addresses in other
  111.      countries not mentioned on request (to METCALF@CERNVM).
  112.  
  113.     The document reference is ISO/IEC 1539 : 1991. There is no ISBN.
  114.  
  115.     ISO
  116.     1, rue de Varembe
  117.     Case postale 56
  118.     1211 Geneva 20
  119.     Switzerland
  120.     Fax: +41 22 734 10 79
  121.  
  122.     ANSI
  123.     1430 Broadway
  124.     New York, NY 10018
  125.  
  126.     BSI
  127.     2 Park Street
  128.     London W1A 2BS
  129.  
  130.     DIN
  131.     Burggrafenstrasse 6
  132.     Postfach 1107
  133.     D-1000 Berlin 30
  134.  
  135.     AFNOR
  136.     Tour Europe
  137.     Cedex 7
  138.     92049 Paris La Defence
  139.  
  140. SCC
  141. 1200-45 O'Connor
  142. Ottawa
  143. Ontario  K1P 6N7
  144.  
  145.                             Mike Metcalf
  146.                             (metcalf@cernvm)
  147.  
  148. and from walt@netcom.com
  149.  
  150. For those of you who don't read comp.lang.fortran, you might be
  151. interested to know that I (walt brainard) just called Global
  152. Engineering to see if the sell ISO 1539:1991.  They do; the price is
  153. $225.
  154.  
  155. And 
  156.  
  157. You can obtain copies through:
  158.     Global Engineering Documents
  159.     2805 McGaw Ave.
  160.     Irvine, CA. 92714
  161.     (714) 261-1455
  162.     (800) 854-7179
  163.  
  164.  
  165. New ANSI number 
  166.             ANSI X3.198-1992
  167.  
  168. How about electronic copies?
  169. Return-Path: walt@netcom.com
  170. Subject: ISO 1539 in electronic form
  171.  
  172. In accordance with an official agreement with
  173. the International Standards Organization, Unicomp
  174. is now able to distribute electronic versions of
  175. the Fortran 90 standard: "ISO/IEC 1539 : 1991,
  176. Information technology--Programming languages--Fortran".
  177.  
  178. The money received from this effort will go partly to
  179. fund ISO activities and partly to recover the costs
  180. incurred by Unicomp in preparing and typesetting the
  181. standard document.  The prices are set by ISO.
  182.  
  183. The document can be obtained in three versions:
  184.  
  185. 1.  An ascii version suitable for viewing on a
  186.     computer terminal using any kind of editor.
  187.     Cost: USD 125.
  188.  
  189. 2.  A PostScript version with a license allowing
  190.     the purchaser to print n paper copies.
  191.     Cost: USD 125 + 10n.
  192.  
  193. 3.  Complete source in ditroff with macros and
  194.     software to extract and create the annexes.
  195.     The source constitutes a fairly high level
  196.     marked up document; for example, each program
  197.     beginning and ending is marked and there
  198.     are few low-level typographic commands such
  199.     as size and font changes.  Cost USD 1000.
  200.  
  201. I am quite enthused especially about version (2).
  202. If you want to have 10 copies for your organization,
  203. and it costs $10 to make a printed copy, then the
  204. cost to make the 10 copies would be $125 + $200,
  205. or just $32.50 per copy, which is a substantial
  206. savings over purchasing paper copies.
  207.  
  208. Versions (1) and (3) will be accompanied by a
  209. license restricting use to one CPU and prohibiting
  210. copying, except for backup purposes, etc.  The
  211. version (2) license will prohibit distributing
  212. any of the printed copies outside of the purchasing
  213. organization.
  214.  
  215. If you have special requirements, such as wanting
  216. to distribute a copy with each version of your compiler
  217. or using the source as a part of your documentation,
  218. we can make special arrangements, subject to the
  219. approval of the ISO.  Please advise me of your
  220. requirements and we can work up a proposal together.
  221.  
  222. ISO and Unicomp think this will provide the often
  223. requested access to the standard in electronic form.
  224. This is the first time this is being tried, so we hope
  225. that organizations will be careful to observe the rules
  226. and encourage the continued availability of this
  227. and other standards in electronic form.
  228.  
  229. Payment can be made by Visa or MasterCard, or with
  230. a check on a US Bank in US funds.  We will accept
  231. a purchase order only if the amount is $500 or more.
  232.  
  233.  
  234. Q2) What Fortran 90 translators are available?
  235.  
  236. From: schumanm@Informatik.TU-Muenchen.DE (Matthias Schumann)
  237. From: macphed@dvinci.USask.Ca (Ian MacPhedran)
  238.  
  239. This is the promised summary of my request for information about
  240. Fortran 90 (f90) compilers. I am sorry for the delay in getting this
  241. posted, but I was away for a week, and still haven't caught up.
  242.  
  243. I received a large amount of information, including a previous summary.
  244. Rather than parroting the entire list, I have prepared the following
  245. breakdown of the points which interested me.
  246.  
  247. ------------------------------------------------------------------------------
  248. Product:  NAGware Fortran 90 Compiler
  249. Descript: Compiles f90 code to C source, or directly to executable
  250.           file under MS-DOS. Therefore requires native C compiler
  251.           as back end on most platforms.
  252. Platform: Apollo DN10000, DECstations, HP 9000, IBM RS/6000, NeXT,
  253.           Intel 386/486 (MSDOS), Sun 3, Sun 4 (SunOS 4.1)
  254.           VAX/VMS forthcoming.
  255. Pricing:  Varies with platform. Academic Pricing available. Site
  256.           License available
  257.  +------------------------------------------------------------+
  258.  |                    NAGWare F90 Compiler                    |
  259.  +------------------------------------------------------------+
  260.  |          License Fee Options for Initial Computer          |
  261.  +------------------------------------------------------------+
  262.  |        |         Standard        |         Academic        |
  263.  +--------+-------------------------+-------------------------+
  264.  |        |  Perpetual|  Maintenance|  Perpetual|  Maintenance|
  265.  |        |     Fee   |      Fee    |     Fee   |      Fee    |
  266.  +--------+-----------+-------------+-----------+-------------+
  267.  | CLASS 1|      $895 |      $160   |      $537 |       $97   | (MSDOS)
  268.  +--------+-----------+-------------+-------------------------+
  269.  | CLASS 2|    $1,495 |      $270   |      $897 |      $162   | (Low end work-
  270.  +--------+-----------+-------------+-----------+-------------+ stations)
  271.  | CLASS 3|    $1,995 |      $360   |    $1,197 |      $215   |
  272.  +--------+-----------+-------------+-----------+-------------+
  273.  | CLASS 4|    $2,495 |      $450   |    $1,497 |      $270   | (Server class
  274.  +--------+-----------+-------------+-----------+-------------+ computers)
  275.  | CLASS 5|    $3,295 |      $594   |    $1,977 |      $356   |
  276.  +--------+-----------+-------------+-----------+-------------+
  277.  | CLASS 6|    $4,295 |      $774   |    $2,577 |      $464   |
  278.  +--------+-----------+-------------+-----------+-------------+
  279.  | CLASS 7|    $5,295 |      $945   |    $3,177 |      $572   |
  280.  +--------+-----------+-------------+-----------+-------------+
  281.           (US Dollars)
  282. Contact:  Sheila Caswell, Account Manager,
  283.           Numerical Algorithms Group, Inc.
  284.  
  285.           1400 Opus Place, Suite 200
  286.           Downers Grove, IL, USA
  287.           60515-5702
  288. Phone:    (708) 971-2337
  289. Source:   E-mail messages, postings, and paper mailing
  290. ------------------------------------------------------------------------------
  291. Product:  VAST-90
  292. Descript: Converts f77 code to f90, and reverse. Will "de-spaghettify"
  293.           f77 code to a more structured form. Requires native f77 compiler
  294.           to compile f90 programs.
  295. Platform: SPARC (Sun 4), IBM RS/6000
  296. Pricing:  Single Machine: starts at $1900, Sun, IBM HP and DEC
  297.       workstations. Higher prices for larger machines.
  298.       Included: VAST-90, f90 driver, f90 library and documentation.
  299.     
  300.           Volume discounts and site license available.
  301.  
  302. Contact:
  303. Pacific-Sierra Research Corp.               Switchboard:   (310) 314-2300
  304. 2901 28th Street                            Fax:           (310) 314-2323
  305. Santa Monica  CA  90405                     VAST-90 e-mail: dave@psrv.com
  306.  
  307. ------------------------------------------------------------------------------
  308. Product:  PF90 Version 2.0
  309. Descript: Converts f90 programs to f77, then compiles with native
  310.           f77 compiler. Therefore native f77 compiler is required.
  311. Platform: Sun 4, IBM RS/6000, Silicon Graphics, DECstations, Convex,
  312.           Alliant, IBM 3090 (AIX), Cray
  313. Pricing:  Sun, RS/6000, SGI, DECstation: $2000
  314.           Convex, Alliant: $5000; IBM 3090, Cray: $10000
  315.           (US Dollars, single machine, multiuser license, must purchase
  316.           f77 compiler separately.)
  317. Contact:  ParaSoft Corporation
  318.           2500 E. Foothill Blvd
  319.           Pasadena, CA 91107
  320. Phone:    (818) 792-9941
  321. E-mail:   f90-info@parasoft.com
  322. Source:   E-mail messages, and PostScript advertisement
  323. ------------------------------------------------------------------------------
  324. Product:   PV version 1.1 of Fortran 90 compiler
  325. Descript:  Port of NAG's f90 compiler to MS-DOS, together with Salford
  326.            Software Ltd.
  327. Platform:  Intel 386/486 Computers
  328. Pricing:   $1950.00 (single user, US currency)
  329. Contact:   OTG Systems Inc
  330. Phone:     (717) 222-9100
  331. Source:    E-mail message/summary of previous queries
  332. ------------------------------------------------------------------------------
  333. The following is from a previous summary from David Bernholdt:
  334.  
  335. Convex is reported to have an incomplete f90 compiler in beta.
  336. Other compilers in preparation will be available:
  337. EPC (Edinburgh Portable Compilers) and Lahey            late 1992
  338. Cray Research                                           early 1993
  339. DEC for VMS                                             late 1993
  340. ------------------------------------------------------------------------------
  341.  
  342. I wish to thank the following people for their help, and apologize to any
  343. which I have missed.
  344.  
  345. psrv!bob@uu.psi.com
  346. naginc!caswell@sunbird.Central.Sun.COM
  347. malcolm@nag.co.uk
  348. roman@parasoft.com
  349. khb@chiba.Eng.Sun.COM
  350. METCALF@crnvma.cern.ch
  351. ----------------------------------------------------------------------------
  352. Ian MacPhedran, Engineering Computer Centre, University of Saskatchewan.
  353. 2B13 Engineering Building, U. of S. Campus, Saskatoon, Sask., CANADA S7N 0W0
  354. macphed@dvinci.USask.CA  macphedran@sask.USask.CA
  355.  
  356. Walt Brainerd                walt@netcom.com:
  357.  
  358. Yes, a Fortran 90 system can be had for $99.
  359.  
  360. Salford FTN90 is a full PC Fortran 90 implementation based
  361. on the front end developed by the Numerical Algorithms
  362. Group, Ltd.  The Entry Level system requires that
  363. all parts of a program reside in one file.  That file
  364. is compiled and executed without producing a permanent
  365. executable file.
  366.  
  367. It runs on a 386SX, 386DX, or 486 system with DOS 3.3
  368. or later.
  369.  
  370. The list price for Entry Level FTN 90 is $134, but until
  371. the end of February, 1993, the Entry Level version is
  372. available in North America at the introductory price of $99
  373. from Unicomp.  (We hope to make up in volume the amount
  374. lost on each copy...8^)  Contact Unicomp for ordering
  375. information.
  376.  
  377. To find out the price and how to get it outside of North
  378. America, contact Salford Software, Venables Building,
  379. 5 Cockcroft Road, Salford, M5 4NT, United Kingdom,
  380. +44 61 745 5678, +44 61 745 5666 (fax).
  381.  
  382. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  383.  
  384.  
  385. Q3) I have heard of fortran "lints" what are they, and where can
  386.    I get one?
  387.  
  388.    Fortran compilers are not required (and most do not) to protect
  389.    users from themselves, that is to say
  390.  
  391.      call sub(1)
  392.      ...
  393.      subroutine sub(i)
  394.      i=i+10
  395.      return
  396.      end
  397.  
  398.    Is non-standard complying but the compiler need not tell you about
  399.    it. Arguably worse, the compiler can produce any result it deems
  400.    fit, up to and including the start of world war III (assuming the
  401.    right optional hardware has been installed).
  402.  
  403.    Fortran lint programs focus on searching out search programming
  404.    errors and alerting the user.
  405.  
  406.    There are a wide variety of commercial and pd products. A partial
  407.    list follows:
  408.  
  409.    IPT FORTRAN lint 1096 East Meadow Circle, Palo Alto, CA 94303, 415/494-7500.
  410.  
  411.    Forwarn from quibus 719 527 1384.
  412.  
  413.    QA-FORTRAN from PRL UK 01 942 9242 and perhaps  (817) 589 0949
  414.  
  415.    FORCHECK from Leiden University ND 31 71 276804
  416.  
  417.    FTNCHEK from netlib. One may receive FTNCHEK by mailing to
  418.    netlib@ornl.gov the following message:
  419.  
  420.     send ftnchek from fortran
  421.  
  422.     And Ajay Shah, (213)749-8133, ajayshah@usc.edu
  423.     You may want to mention f2c followed by an ANSI C compiler as a great
  424.     free fortran lint. I could not have survived writing fortran if it
  425.     were not for f2c.  You need to know some C to deal with the error
  426.     messages, but that's not a bad price to pay.
  427.  
  428. From: "John D. McCalpin" <mccalpin@perelandra.cms.udel.edu>
  429. Not too many people use it, but you might want to add TOOLPACK to
  430. the list of FORTRAN "lint" packages.  Here is the blurb that I
  431. send to people who are interested:
  432.  
  433. ======================================================================
  434. TOOLPACK is a large set of utilities written in FORTRAN to do FORTRAN
  435. code analysis and transformation.
  436.  
  437. TOOLPACK begins by actually parsing the program with a fully FORTRAN-
  438. compliant parser and then does all the code transformations on the
  439. parse and comment trees.
  440.  
  441. This means that you cannot confuse TOOLPACK by silly FORTRAN-isms that
  442. can easily overwhelm more naive utilities (such as ftnchek).  For
  443. example, TOOLPACK correctly handles statements such as:
  444.  
  445.       D O U B L E  P R E C I S I O N   A(100,100)
  446.       doubleprecision fred
  447.  
  448.       DO I = 1.2
  449.       READ(I,J) = 10.
  450.  
  451.  
  452. The usual interface to TOOLPACK is a set of 'csh' scripts that run the
  453. various TOOLPACK utilities to do specific tasks.
  454.  
  455. The ones you will find most useful are: pol, polx, apt, dapt, decs, 
  456. getlst, and discard.   These are the prettyprinter, precision converter,
  457. declaration standardizer, and some necessary utilities.  See below for
  458. more details.
  459.  
  460. By aware that TOOLPACK is *very* rigorous about the FORTRAN-77
  461. standard.  You may or may not consider this an advantage.
  462.  
  463. The scripts are described by the 'scripts' script, which delivers the
  464. following:
  465. ----------------------------------------------------------------------------
  466. In the Toolpack script summaries below, the section numbers refer to
  467. the Unix environment Users' Guide where more detailed information can
  468. be found.  To obtain on-line information about a script's usage, type
  469. its name without any arguments.
  470.  
  471. FORTRAN Analysis Facilities
  472.  
  473.   getlst  Produce a listing showing statement and token numbers. Report
  474.           lexical scanning warnings and errors. (3.1.1)
  475.  
  476.   syn     Report errors and warnings detected by lexical scanning, parsing,
  477.           and examining a set of symbol attributes. (3.1.2)
  478.  
  479.   sem     Report errors and warnings detected by lexical scanning, parsing,
  480.           and examining an extended set of symbol attributes. (3.1.3)
  481.  
  482.   pfort   Report errors and warnings detected by lexical scanning, parsing,
  483.           examining an extended set of symbol attributes, checking for unsafe
  484.           references, and checking conformance to a portable subset of
  485.           FORTRAN. (3.1.4)
  486.  
  487.   statdoc In a user-supplied report template, place information derived from
  488.           static analysis to assist in documenting the program.  Examples of
  489.           information the user may request are COMMON block usage, symbol
  490.           attributes, and a graph of subprogram calls. (3.1.5)
  491.  
  492.   inst    Instrument a FORTRAN program so that the instrumented program, when
  493.           executed, produces information about program execution. (3.2.1)
  494.  
  495.   rundoc  Execute a program instrumented by inst and, in a user-supplied
  496.           report template, place information derived from dynamic analysis
  497.           to assist in documenting the program.  For example, the user may
  498.           determine the frequency of execution of program segments. (3.2.2)
  499.  
  500. FORTRAN Transformation Facilities
  501.  
  502.   pol     Format a FORTRAN program under control of user-supplied options
  503.           in a Polish option file. (4.1.1)
  504.  
  505.   polx    Construct a Polish option file via a menu-driven editor. (4.1.2)
  506.  
  507.   decs    Rebuild the declarative part of a FORTRAN program. (4.2.1)
  508.  
  509.   apt     Transform a single-precision version of a FORTRAN program to
  510.           double precision or vice versa. (4.3.1)
  511.  
  512.   dapt    Convert precision and rebuild the declarations, combining the
  513.           functions of apt and decs. (4.3.2)
  514.  
  515.   cname   Change the names in a FORTRAN program that satisfy conditions
  516.           derived from information in either the lexical token stream or
  517.           the symbol table or both. (4.4.1)
  518.  
  519.   lname   Transform a FORTRAN program containing long names to a program
  520.           with standard names. (4.4.2)
  521.  
  522.   stf     Rebuild the flow of control in a FORTRAN program to standardized
  523.           form. (4.5.1)
  524.  
  525.   ucs     Transform nests of DO loops matching certain paradigms so that
  526.           the transformed code executes more efficiently on vector machines.
  527.           (4.6.1)
  528.  
  529. Miscellaneous Facilities
  530.  
  531.   fdiff   Compare two FORTRAN programs at the lexical token level. (5.1.1)
  532.  
  533.   dac     Compare two data files, neglecting certain formatting differences
  534.           and numerical differences smaller than a given tolerance. (5.1.2)
  535.  
  536.   vcon    Create, edit, and retrieve versions of a file contained in a
  537.           version file. (5.2.1)
  538.  
  539.   discard Remove unneeded files created by the above scripts. (5.3.1)
  540.  
  541.   scripts Print this summary of the scripts. (5.4.1)
  542.  
  543. ----------------------------------------------------------------------------
  544.  
  545. TOOLPACK can be obtained by anonymous ftp from perelandra.cms.udel.edu
  546. in the directory pub/Lang/Toolpack/.
  547. The UNIX version is in the file toolpack.tar.Z
  548. Serious hackers will want the versions in the Distrib directory.
  549.  
  550. The package is known to compile on Silicon Graphics and Sun machines,
  551. though the Makefile is reasonably braindamaged.
  552.  
  553. You will need about 16 MB for the stripped executables on an SGI machine.
  554. Figure on double that for compiling the package.....
  555.  
  556. Have fun!
  557. --
  558. John D. McCalpin            mccalpin@perelandra.cms.udel.edu
  559. Assistant Professor            mccalpin@brahms.udel.edu
  560. College of Marine Studies, U. Del.    John.McCalpin@mvs.udel.edu
  561.  
  562.  
  563.  
  564. Q4) "Why do people use FORTRAN?, C is so much better"
  565.  
  566.    One should avoid such pointless arguments .... if you feel this
  567.    way, don't subscribe to comp.lang.fortran.
  568.  
  569.    This sort of question always triggers off a protracted discussion,
  570.    the highlights of which are typically:
  571.  
  572.        a) FORTRAN and C have different semantics. A FORTRAN optimizer
  573.       knows more about aliasing, function interactions, and I/O. A
  574.       C optimizer has to infer or compute such information. C
  575.       bigots typically have neither written such optimizers nor
  576.       worked with folks who do it for a living, and are prone to
  577.       dismiss such arguments as being petty and neolithic.
  578.  
  579.       FORTRAN programmers are often a bit more in touch with high
  580.       performance computing, and are unwilling to bet that heavily
  581.       on compiler wizardry. 
  582.       
  583.       In addition, ANSI/ISO C has very tight requirements on
  584.       expression evaluation (an overreaction to the K&R ignore
  585.       parenthesis days) which cripples an optimizer even further.
  586.       The restrictions are spelled out in Section 5.1.2.3 of
  587.       ISO/IEC 9899-1990. Both the '77 and '90 Fortran standards
  588.       allow the optimizer more latitude.
  589.  
  590.       Of course, compiler options, vendor extensions and the like
  591.       sometimes narrow the difference. Also, some Fortran
  592.       compilers do not take advantage of all of these features of
  593.       the language, thus narrowing the gap in the other direction.
  594.  
  595.       On any given code, on any given system, all bets are off.
  596.  
  597.       b)  There is a vast body of existing FORTRAN code (much of which
  598.       is publically available and of high quality). Numerical
  599.       codes are particularly difficult to "vet", scientific
  600.       establishments usually do not have large otherwise idle
  601.       programming staffs, etc.  so massive recoding into any new
  602.       language is typically resisted quite strongly.
  603.  
  604.       c)  Fortran tends to meet some of the needs of scientists
  605.       better.  Most notably, it has built in support for:
  606.         - variable dimension array arguments in subroutines
  607.         - a compiler-supported infix exponentiation operator which
  608.           is generic with respect to both precision and type,
  609.           *and* which is generally handled very efficiently  or
  610.           the commonly occuring special case floating-point**small-integer
  611.         - complex arithmetic
  612.         - generic-precision intrinsic functions
  613.  
  614.       d)  Retraining staff is quite expensive.
  615.  
  616.       e)  It is sometimes argued that: 
  617. - Jonathan Thornburg <also responsible for misc. other fixups>
  618.     Fortran tends to be easier for non-experts to learn
  619.     than C, because its "mental model of the computer" is
  620.     much simpler.  For example, in Fortran the programmer
  621.     can generally avoid learning about pointers and memory
  622.     addresses, while these are essential in C.  More generally,
  623.     in Fortran the difference between (C notation) x, &x,
  624.     and often even *x is basically hidden, while in C it's
  625.     exposed.  For non-experts this makes Fortran a considerably
  626.     simpler language.
  627.  
  628.     Because of this relative simplicity, for simple programming
  629.     tasks which fall within its domain, (say writing a simple
  630.     least-squares fitting routine), Fortran generally requires
  631.     much less computer science knowledge of the programmer than
  632.     C does, and is thus much easier to use.
  633.  
  634.      
  635. Q5)  Why can't I get an electronic version of the standard?
  636.  
  637.     Someday, perhaps you can. However, at the moment the various
  638.     standards bodies finance some fraction of their work via sales of
  639.     standards documents. ISO and ANSI have both claimed copyright to
  640.     the finished standard, so those who would make and distribute
  641.     copies should be forewarned.
  642.  
  643.     It should be noted that various people are working to correct
  644.     this; but it is unlikely to ever become free.
  645.  
  646. Q6) Where can I get "foo" (some random package)
  647.  
  648. Q6) Where can I get "foo" (some random package)
  649.         contributed by:
  650.                 Marc R. Roussel
  651.                                 mroussel@alchemy.chem.utoronto.ca
  652.  
  653.     Use archie. archie is an online database of what is available and
  654.     where on the "net". Archie can be used either via telnet or by
  655.     mail. 
  656.     
  657.     For information about archie send 
  658.  
  659.     mail archie@archie.rutgers.edu
  660.     subject: help
  661.  
  662.     And you will get back copious directions on how to use archie.  If
  663.     you prefer interactive experimentation, telnet to
  664.     archie.rutgers.edu and log in as archie.  No password will be
  665.     required.  The first thing you will be shown is a list of other
  666.     archie servers.  If one of these servers is geographically much
  667.     closer to you than Rutgers, NJ, please disconnect (by typing 'quit')
  668.     and use that one.  To save you this step, here is the latest list of
  669.     archie sites:
  670.  
  671.     archie.rutgers.edu     128.6.18.15     (Rutgers University)
  672.     archie.unl.edu     129.93.1.14     (University of Nebraska in Lincoln)
  673.     archie.sura.net     128.167.254.179 (SURAnet archie server)
  674.     archie.ans.net     147.225.1.2     (ANS archie server)
  675.     archie.au         139.130.4.6     (Australian server)
  676.     archie.funet.fi     128.214.6.100     (European server in Finland)
  677.     archie.doc.ic.ac.uk  146.169.11.3     (UK/England server)
  678.     archie.cs.huji.ac.il 132.65.6.15     (Israel server)
  679.     archie.wide.ad.jp     133.4.3.6     (Japanese server)
  680.  
  681.     I believe that all of these servers run the mail server as well as
  682.     the telnet and archie server software.  (The archie server is a
  683.     third way to use archie.  It's probably the best way, but it
  684.     requires that you install software.)
  685.  
  686.     Once you logged into an archie server, you will want to make
  687.     sure that all the information you will retrieve will be mailed to
  688.     you.  Type
  689.  
  690.     set mailto userid@machine.foo.edu
  691.  
  692.     where, of course, you will substitute your own email address for the
  693.     made-up one shown above.  You are now ready to search the database.
  694.     If at any time you want to know what options are available to you,
  695.     type help.  To search for a program or file, type
  696.  
  697.     prog foo
  698.  
  699.     where foo is the name of the program or file required.  Once your
  700.     search is done, type 'mail' to have the output sent to you.  (The
  701.     output will almost always be several pages long.)  Then type 'quit' to
  702.     exit.
  703.  
  704. Q7)  Where can I get a free compiler?
  705.  
  706.     One such is f2c.
  707.  
  708. From: mwm@a.gp.cs.cmu.edu (Mark Maimone)
  709. Newsgroups: comp.lang.fortran,comp.lang.c
  710. Subject: Re: Fortran to C translator
  711. Keywords: fortran, C, translator, f2c
  712. Date: 13 Sep 90 01:43:30 GMT
  713. Organization: Carnegie-Mellon University, CS/RI
  714.  
  715.  
  716.     Since there have been several requests for a Fortran to C translator
  717. in the past week, I'm reposting the announcement about f2c.  The short
  718. answer is you can get f2c by anonymous-ftp from research.att.com in
  719. directory dist/f2c.
  720.  
  721. ------------------------------------------------------------------------------
  722.  
  723.     Source for f2c, a Fortran 77 to C translator jointly developed by
  724. folks from Bell Labs, Bellcore, and Carnegie Mellon, is now freely
  725. available.
  726.  
  727.     F2c was derived from the original UNIX operating system's f77(1),
  728. and the generated C follows f77's calling conventions; on some machines, the
  729. resulting object files are interchangeable with (and behave
  730. indistinguishably from) objects compiled by f77.  The main "advantage" of
  731. f2c is that it converts ANSI standard Fortran 77 into C without manual
  732. intervention, at least when invoked by a suitable script or makefile (that
  733. may need to exercise an f2c option to ensure that COMMON blocks are defined
  734. just once).  The main "problems" are that f2c does no code restructuring
  735. (e.g., gotos are preserved) and that Fortran I/O gets converted into a bunch
  736. of calls; thus the translated C code doesn't look too pretty, and in general
  737. one would need to maintain the Fortran rather than its translation into C.
  738. [F2c is not meant to displace the services of commercial vendors whose
  739. business is to convert Fortran into maintainable C.]
  740.  
  741.     There is a plethora of options, many of which exist to support
  742. different compilation environments for the translated C (e.g., ANSI C or C++
  743. compatibility, different type sizes, separate files for COMMON blocks to
  744. appease "smart" linkers).  So far f2c (and f2c-generated source) has
  745. compiled successfully on many machines:  Sun, Vax, IBMRT, Apollo, SGI, MIPS,
  746. and Cray to name a few.
  747.  
  748.     F2c has been under test by the net community for over a year
  749. and has been verified on the NBS tests, several large math libraries,
  750. floating point tests, even code for laying cable on the ocean floor!
  751.  
  752.     To find out about f2c, send the following E-mail message to netlib
  753. (netlib@research.att.com or research!netlib):
  754.  
  755.     send index from f2c
  756.  
  757. Your message will be answered automatically (by a program -- see CACM vol.
  758. 30 #5 (May, 1987), pp. 403-407).  You will receive a reply explaining how to
  759. automatically acquire f2c source (about 600K), f2c library source (130K),
  760. and supporting info (man page, etc).  Or you can anonymous-FTP to
  761. research.att.com and look in directory dist/f2c at these files:
  762.  
  763.     all.Z -- 250K compressed shar file for f2c
  764.     f2c.ps.Z -- 24 page tech report describing f2c
  765.     index -- general info about files
  766.     libf77.Z, libi77.Z -- compressed shar files for libraries
  767.  
  768. ****************************** DISCLAIMER ******************************
  769.          Careful! Anything free comes with no guarantee.
  770. ************************************************************************
  771.  
  772. ----------------------------------------------------------------------
  773. Mark Maimone                phone: (412) 268 - 7698
  774. Carnegie Mellon Computer Science    email: mwm@cs.cmu.edu
  775.                            cmcspt!mwm@cs.cmu.edu
  776.  
  777. Notes: f2c accepts only fairly vanilla FORTRAN; vendor supplied f77's
  778.        usually produce better quality code, and accept a wider variety
  779.        of codes. 
  780.  
  781. Q8)  What is the best compiler for a PC?
  782.  
  783.     There are many products, some are quite good. Few are free. 
  784.     f2c and gcc can be had for the PC environment. Popular ones are:
  785.  
  786.     Lahey (very fast compilation; excellent reputation for support)
  787.     Watcom (touted for good optimization)
  788.     MicroWay (support for odd floating point units)
  789.     LPI  (multi-platform support)
  790.     MicroSoft (various good hooks into windows and such)
  791.     Absoft (multi-platform support)
  792.  
  793.    It is beyond the scope of a faq to provide a commercial endorsement.
  794.  
  795. Q9) How does Fortran 90 relate to FORTRAN '77?
  796.  
  797.     With a few minor exceptions, Fortran 90 is a superset
  798.     of X3.9-1978 FORTRAN.
  799.  
  800. But this does not mean that all "77" codes will port sans changes.
  801. Many (if not most) programmers employed constructs beyond the '77
  802. standard, or rely on unspecified behavior (say, assuming that an OPEN
  803. of an existing file will position the file pointer to just past the
  804. last record already written) which has changed (that is to say, has
  805. become specified). 
  806.  
  807. This leads to the obvious question, what is new in Fortran 90?
  808.  
  809. A complete answer would require considerable text. Some of the most
  810. obvious additions are:
  811.  
  812.     1) array notation (operators, etc.)
  813.     2) dynamic memory allocation
  814.     3) derived types and operator overloading
  815.     4) keyword argument passing, INTENT (in, out, inout)
  816.     5) modules
  817.     6) modern control structures
  818.     7) free format source code form
  819.     8) other stuff
  820.  
  821. While it is always tricky to characterize the motives of a large group
  822. of people, I <khb> am inclined to try as follows:
  823.  
  824.    '90 incorporates two sets of improvements: (1) relatively minor
  825.    fixups that *could* have been done earlier (2) relatively major
  826.    changes to enable better software engineering practices.
  827.  
  828. Sometimes a "minor" fixup has major effect, such as addition of free
  829. form source form combined with cannonization of the MIL-STD 1753
  830. INCLUDE. 
  831.  
  832. I further go off on a limb and assert that it was the goal of the
  833. *committee* to evolve Fortran in a fashion to enable it to continue to
  834. be the premier language for scientific computation.
  835.  
  836.  
  837. Q10) My compiler is mis-behaving; who enforces the standard?
  838.  
  839.     ANSI and ISO standards do not usually have a particular enforcement
  840.     mechanism. Local bodies sometimes do. 
  841.  
  842.     However, it should be borne in mind that if *your* source code is
  843.     not standard compliant there is *NO* obligation for a FORTRAN ('77
  844.     and before) compiler to do  *ANYTHING* in particular. In Fortran (90)
  845.     the text in "constraints" must be tested and a warning produced
  846.     (compiler option can be used to evade this, of course).
  847.  
  848.     Some (notably Guy Steele, with respect to another standard) have
  849.     noted that when non-standard complying code is encountered, a
  850.     compiler may do *ANYTHING* including initation of Global Warfare.
  851.     Keep this in mind.
  852.  
  853.     When you do find a bona fide compiler bug, you are generally best
  854.     served by reporting it to the *vendor*. If you neglect to tell the
  855.     vendor, how can you complain about it not being fixed?
  856.  
  857.     When reporting a *suspected* bug be sure to be quite specific
  858.     about the computer system, operating system rev level (patches
  859.     applied if known) and *compiler*version* (and patches thereof).
  860.     It is very hard for people to read your mind; but they will try. 
  861.     The attempts are often entertaining, sometimes helpful, but always
  862.     an inefficient use of people-time and net-bandwidth.
  863.  
  864.     Also note that it is generally helpful if you cut down the example
  865.     to the smallest size you can. Vendors are developers too; the
  866.     tendency is invest time/money where one can get the biggest bang
  867.     for the buck. 
  868.     
  869.  
  870. Q11) What are good books on Fortran? 
  871.  
  872.     Don't know if they are good. Inclusion in the list is not
  873.     endorsement.  Have misplaced name of the compiler of the 
  874.     original list <sorry>
  875.  
  876.  
  877. Author                         Title                                     Year
  878. Kruger                   Efficient Fortran Programming          1990
  879. Mojena/Ageloff                 FORTRAN 77                                 1990
  880. Metcalf/Reid                   FORTRAN 90 EXPLAINED                       1990
  881. Boyle                          FORTRAN 77 PDQ                             1989
  882. Bezner                         FORTRAN 77                                 1989
  883. Tremblay                       PROGRAMMING IN FORTRAN 77                  1988
  884. Salmon                         ... ENGINEERS & SCIENTISTS WITH FORTRAN 77 1988
  885. Nyhoff/Leestma                 FORTRAN 77 FOR ENGINEERS & SCIENTISTS      1988
  886. McCracken/Salmon               ... ENGINEERS & SCIENTISTS WITH FORTRAN 77 1988
  887. Davis/Hoffman                  FORTRAN 77: A STRUCTURED DISCIPLINED STYLE 1988
  888. Barnard/Skillicorn             FORTRAN 77 FOR ENGINEERS AND SCIENTISTS    1988
  889. Mashaw                         PROGRAMMING STRUCTURED FORTRAN 77          1987
  890. Cole                           FORTRAN 77: A STRUCTURED ... APPROACH      1987
  891. Boillot                        UNDERSTANDING FORTRAN-77                   1987
  892. Starkey/Ross                   FUNDAMENTAL PROGRAMMING WITH FORTRAN 77    1986
  893. Rouse/Bugnitz                  INTRODUCTION TO FORTRAN 77                 1986
  894. Ratzer                         FORTRAN 77 COURSE                          1986
  895. Page                           FORTRAN 77 FOR HUMANS                      1986
  896. Lehman                       ... SOCIAL SCIENCES: ALGORITHMS & FORTRAN 77 1986
  897. Smith                          FORTRAN 77: A PROBLEM-SOLVING APPROACH     1985
  898. Shelly                         FORTRAN 77: AN INTRODUCTION                1985
  899. Nickerson                      FUNDAMENTALS OF FORTRAN 77 PROGRAMMING     1985
  900. Metcalf                        EFFECTIVE FORTRAN 77                       1985
  901. McKeown                        STRUCTURED PROGRAMMING USING FORTRAN 77    1985
  902. Hume                           FORTRAN 77 FOR SCIENTISTS & ENGINEERS      1985
  903. Dillman                        PROBLEM SOLVING WITH FORTRAN 77            1985
  904. Brainerd                       FORTRAN 77 FUNDAMENTALS AND STYLE          1985
  905. Borse                          FORTRAN 77 & NUMERICAL METHODS FOR ENGINEERS1985
  906. Adman                          FORTRAN 77 SOLUTIONS NON-SCIENTIFIC PROBS. 1985
  907. SSI, Inc. Staff                FORTRAN 77 REFERENCE                       1984
  908. Etter                          PROBLEM SOLVING WITH STRUCTURED FORTRAN 77 1984
  909. Etter                          PROBLEM SOLVING USING FORTRAN 77            ?
  910. Dyck                           FORTRAN 77: A STRUCTURED APPROACH ...      1984
  911. Chivers/Clark                  FORTRAN 77: A HANDS ON APPROACH            1984
  912. Adman                          FORTRAN 77 FOR NON-SCIENTISTS              1984
  913. Willamson/Levesque           * A GUIDEBOOK TO FORTRAN ON SUPERCOMPUTER   1989
  914. Rule                           FORTRAN 77: A PRACTICAL APPROACH          1983
  915. Rouse/Bugnitz                  PROGRAMMING THE IBM PC: FORTRAN 77        1983
  916. Nyhoff/Leestma                 PROBLEM SOLVING WITH FORTRAN 77           1983
  917. Marateck                       FORTRAN 77                                1983
  918. Lehmnkuhl                      FORTRAN 77                                1983
  919. Law                            ANSI FORTRAN 77: INTRO. TO SOFTWARE DESIGN 1983
  920. Holoien/Behforooz              ... STRUCTURED PROGRAMMING WITH FORTRAN 77 1983
  921. Grout                        FUNDAMENTAL ... PROGRAMMING USING FORTRAN 77 1983
  922. Fleming/Redish                 THE U. S. MC MASTER GLOSSARY OF FORTRAN-77  1983
  923. Cole                           ANSI FORTRAN IV WITH FORTRAN 77 EXTENSIONS  1983
  924. Wu                             ANSI FORTRAN IV & 77 AND BUSINESS PROGRAMS  1982
  925. Pollack                        STRUCTURED FORTRAN 77 PROGRAMMING           1982
  926. Katzan                         FORTRAN 77                                  1982
  927. Gibson/Young                  INTRODUCTION TO PROGRAMMING USING FORTRAN 77 1982
  928. Ellis                         STRUCTURED APPROACH FORTRAN 77 PROGRAMMING   1982
  929. Durgin                        FORTRAN 77                                   1982
  930. Nanney                        A PROBLEM-SOLVING APPROACH USING FORTRAN 77  1981
  931. Merchant                      FORTRAN 77: LANGUAGE AND STYLE               1981
  932. Khailany                      BUSINESS PROGRAMMING FORTRAN IV/ANSI FORTRAN 1981
  933. Ashcroft                      PROGRAMMING WITH FORTRAN 77                  1981
  934. Wagener                        FORTRAN 77                                    ?
  935. Wagener                       PRINCIPLES OF FORTRAN 77 PROGRAMMING         1980
  936. Meissner/Organick             FORTRAN 77 FEATURING STRUCTURED PROGRAMMING  1980
  937. Hume/Holt                     PROGRAMMING FORTRAN 77                       1979
  938. Balfour                       PROGRAMMING IN STANDARD FORTRAN 77           1979
  939. Brainerd               Programmer's guide to Fortran 90            1990
  940. Adams et al                   Fortran 90 Handbook                         1991
  941. Counihan                      Fortran 90                                  1991
  942. O'Reilly&Assoc              Unix for FORTRAN Programmers                1990
  943.  
  944. Q12) Are there pretty printers for FORTRAN?
  945.  
  946.     Yes. 
  947.  
  948.     One such is SPAG:  OTG <usa> voice 717 222 9100  fax   717 229 9103
  949.     Authors are   
  950.  
  951.            Polyhedron Software Ltd
  952.            Magdalen House
  953.            98 Abingdon Road
  954.            Standlake
  955.            Witney
  956.            Oxon OX8 7RN
  957.  
  958.            Tel 0865 300 579
  959.            
  960.  
  961.     Another is Fortran development Tools from  Quibus 714 527 1384
  962.  
  963.     Also FOR_STRUC from cobalt-blue. 404 518 1116
  964.  
  965.     These more than pretty print, they optionally restructure your
  966.     code (duplicating code as needed to tidy up strange GOTO lists,
  967.     turning them into IF-THEN chains, and etc.).
  968.  
  969.  
  970. From: dappel@grafted.UUCP (Dave Appel)
  971. Newsgroups: comp.lang.fortran
  972. Subject: Re: code beautifier wanted
  973. Date: 4 Mar 92 21:30:25 GMT
  974. Organization: GRAFTED, Central Indiana's Usenet BBS 317-881-4369
  975.  
  976. wg@cbnewsm.att.com (Bill Gieske) writes:
  977. > I have tons of old FORTRAN code, most of it in upper case, the majority
  978. > of it not indented.  Is there a code beautifier, either PD or $$ that I
  979. > can run the code through to improve the readability, hence the main-
  980. > tainability?
  981. > Reply to me direct.  I will summarize if appropriate.
  982. > Bill Gieske
  983. > AT&T Bell Laboratories
  984. > wg%alux2@att.research.com
  985.  
  986.      Call "The Connection at 800-336-1166"  and ask for
  987. their software catalog.
  988.  
  989.      In their catalog that I have, Sprint 1992, there is an
  990. ad on page 39 from AutoCASE Technology.  They have
  991. a product called "AutoFLOW-FORTRAN" that lists for $1,995.
  992. It claims to automatically document your existing source code.
  993. AutoCASE's number is 408-446-2273.
  994.  
  995.       On page 93 is an ad from POWERLINE Software Inc.
  996. Their number is 800-257-5773, 206-623-9204.  They offer
  997. a product called SOURCE PRINT+, which they call a code
  998. management tool with "multi-style formatting with structured
  999. code blocking."  
  1000.  
  1001. They have a Fortran/Basic version for $169, and a Delux
  1002. Multi-language version for $249.  This program is for
  1003. DOS (MS-DOS presumably) Windows, and OS/2.
  1004.  
  1005. Hope this helps.
  1006.  
  1007. --
  1008. Dave Appel
  1009. The Grafted Branch BBS
  1010. 317-881-4369
  1011. internet: dappel@grafted.UUCP
  1012. uucp: ..!uunet!grafted.UUCP!dappel
  1013.     -= newsfeeds available, contact robert@towers.rn.com =-
  1014.  
  1015. Hindsight/Fortran
  1016.  
  1017.         Summary:
  1018.  
  1019.     Features include the ability to draw an interactive structure
  1020.     chart and display coverage, software complexity and
  1021.     performance information on the structure chart. There are also
  1022.     code tracing features, for instance 3 logic diagrams are
  1023.     produced. Common blocks can be traced through the structure
  1024.     charts, including specific variables within common blocks.
  1025.     Hindsight is excellent for documentation, code inspection, and
  1026.     bringing new software engineers up to speed on new code. 
  1027.  
  1028. For more information or a free demo copy, contact:
  1029.  
  1030. Dan Zimmerman,  National Account Manager
  1031. Advanced Software Automation, Inc.
  1032. 3130A Coronado Dr
  1033. Santa Clara, 95054
  1034.  
  1035. Phone: 408 492-1668  Fax: 408 492-1669
  1036.  
  1037. Email: zimme@hindsight.com 
  1038.  
  1039. Alternative contact (if Dan cannot be reached:
  1040.                 manny@hindsight.com (John Mansperger)
  1041.  
  1042.  
  1043. Hindsight/FORTRAN Version 1.0 features
  1044.  
  1045. Hindsight/FORTRAN Version 1.0 is a fully integrated software
  1046. maintenance, testing, and re-engineering environment which addresses
  1047. many problems of the software development cycle, from design to
  1048. maintenance.
  1049.  
  1050. Hindsight/FORTRAN Version 1.0 parses FORTRAN source code, decomposes
  1051. system structure, and from this analysis, produces a single database
  1052. from which all of Hindsight's charts, diagrams and reports are
  1053. produced.  The results of Hindsight's analysis is a detailed picture
  1054. of the static structure of the software system, a representation of
  1055. the common and local data, and connections to the dynamically
  1056. collected run-time data.  From this, Hindsight generates active
  1057. structure charts where the user can isolate logical subtrees to
  1058. analyze both the parents and the children of a selected function.
  1059. Hindsight collects and analyzes performance, complexity, and test
  1060. coverage data.  With the structure chart, the user can display this
  1061. data in a graphical and easy to use format.  From the structure chart,
  1062. the user can edit multiple functions at a time without having to
  1063. specify the file or directory path where the file exists.  Hindsight
  1064. even displays the use of common blocks on the structure chart.
  1065. Lastly, Hindsight generates logic diagrams for the entire program,
  1066. provides point-and-click tracing between high-level and detailed logic
  1067. with active line numbers, and generates over fifty detailed reports.
  1068.  
  1069. All capabilities mentioned above are integrated in a menu
  1070. driven environment utilizing the OpenLook or Motif Graphical User
  1071. Interface. Engineers only need to specify a list of source files to be
  1072. analyzed and select the operation and parameters for their purposes.
  1073. Hindsight provides the ability for multiple diagrams and reports to be
  1074. produced simultaneously during a single Hindsight session.
  1075.  
  1076. Hindsight/FORTRAN Version 1.0 provides an innovative technique to
  1077. graphically represent a software system. The structure chart reflects
  1078. the system structure, from which the user can get a clear overview of
  1079. the program being examined. Hindsight also allows the user to view or
  1080. edit the original code with a click on any subprogram box in the
  1081. structure chart.  A major time-saving advance is Hindsight's ability
  1082. to reanalyze an edited function and update the structural database
  1083. without reanalyzing the entire system.  The J-Diagram and ActionPlus
  1084. diagram are two graphical representations of the logic in a software
  1085. system and can contain a single module or the entire system.  Both
  1086. diagrams utilize the active line number technique to link high-level
  1087. module calls with detailed module logic.  Hindsight also actively
  1088. links computed GOTO statements with their destination labels by
  1089. clicking on the label.  Users can walk through programs and trace the
  1090. logic without having to memorize the directories and files where
  1091. subprograms are defined and called. This technique saves a great deal
  1092. of the users time.
  1093.  
  1094. Hindsight/FORTRAN Version 1.0 has many integrated automated tools to
  1095. generate documents either on-screen or on paper. Because the documents
  1096. are automatically generated, they can be updated as soon as engineers
  1097. have modified their source code.  This approach guarantees the
  1098. consistency between the design documents and the source code.  The
  1099. updated and correct documents will be of great value in maintaining
  1100. and improving software products.  These documents are available
  1101. on-line to the user and readily accessible through Hindsight's
  1102. interactive report mechanism.
  1103.  
  1104. Hindsight Version 1.0 has the ability to provide segment or line test
  1105. coverage data.  Hindsight generates test coverage data and displays
  1106. the data on the structure chart in a statistical way.  Hindsight can
  1107. also display the precise location of testing deficiencies on the
  1108. J-Diagram, which helps engineers find the exact part of the program
  1109. where the code has not been tested. Hindsight's ability to display
  1110. performance data, complexity metrics, and test coverage data on charts
  1111. and diagrams play an important role in controlling program quality.
  1112.  
  1113. Hindsight/FORTRAN Version 1.0 uses a new notation for the J-diagram
  1114. which accommodates branch test coverage capability.  The new notation
  1115. has a better and more precise method of showing control levels,
  1116. complexity, and segment number counting.  The branch test coverage
  1117. data generation and display is a great enhancement for test coverage
  1118. analysis.  Hindsight's branch test coverage is able to detect
  1119. invisible branches, finding more problems that would otherwise be
  1120. hidden in programs.  With this information, users can add test cases
  1121. for covering the untested code.
  1122.  
  1123. Hindsight/FORTRAN Version 1.0 contains the ability to speed up the
  1124. development process by generating a specific order for coding the
  1125. modules of a users system.  By analyzing a group of modules containing
  1126. nothing more than empty shells of subprograms that call the other
  1127. subprograms in the system, Hindsight generates the coding order for
  1128. the modules to ensure that the process will be testable with the use
  1129. of a single driver process and without the need to stub out uncoded
  1130. subprograms.  The bottom-up coding approach saves time that would be
  1131. wasted coding unneeded stubs.  As development proceeds, Hindsight's
  1132. ability to verify that calls to other subprograms are utilizing the
  1133. proper interface will also save time and improve program quality.
  1134.  
  1135. Other tools:
  1136.  
  1137.               Refine/FORTRAN  ("re-engineering tool")
  1138.         Reasoning Systems Inc
  1139.         415 494 6201
  1140.  
  1141.         FORM (graphical interface to toolpack)
  1142.         University of Kent 44 227 762811
  1143.  
  1144.  
  1145.         pub/fortran/fxref.tar.Z from biome.bio.ns.ca.
  1146.         create cross reference of a FORTRAN program.
  1147.  
  1148.         CLEAN77 available from Purdue University.
  1149.         Mail Greg Flint (afc.klaatu.cc.purdue.edu) for more info.
  1150.  
  1151.         There is a program called TIDY that is available via
  1152.         FTP from simtel20  pub/msdos/fortran/tidy621.zip on
  1153.         oak.oakland.edu 
  1154.  
  1155. Q13) Why are there aimless debates?
  1156.  
  1157.     There are some  persistent individuals who would like computer systems
  1158.     to work in a fashion somewhat unlike they do now. It seems pointless
  1159.     to debate with them; the debates (in various groups) always take
  1160.     the same form and never result in meaningful dialog.
  1161.  
  1162.     One can usually recognize such by reading a week or so's worth of
  1163.     postings. Sometimes you may have to read for a month to recognize
  1164.     such. When you do, please try to avoid triggering (or responding to)
  1165.     such individuals. 
  1166.  
  1167.     Many (if not most) newsreaders support a feature entitled KILL files.
  1168.     As you recognize individuals, you may wish to put them into your
  1169.     local kill file. For example, the style employed by GNUS:
  1170.  
  1171.     (gnus-kill "From" "hrubin@pop.stat.purdue.edu")
  1172.     (gnus-kill "Subject" "test")
  1173.  
  1174.     the first kills off all postings from the named individual,
  1175.     the second kills off all postings including the beloved "test" string.
  1176.     See your local NewsGod for details suitable for your local system.
  1177.     
  1178. Q14) How do I call f77 from C (and visa versa)
  1179.      This is quite platform dependent. For Suns see the FORTRAN User's
  1180.      Guide, Chapter 14.
  1181.  
  1182.     There is a package available from usenet which attempts to make
  1183.     this "quick and easy" for a wide range of platforms:
  1184.  
  1185.    ftp.uu.net   (137.39.1.9) Location: /comp.sources.misc/volume20
  1186.       DIRECTORY rwxr-xr-x       512  Jun 27  1991   cfortran
  1187.  
  1188.    It is on many other sites (around the world) too. See archie if
  1189.    you need other pointers.
  1190.  
  1191.    For some systems, you have to initialize a runtime system explicitly
  1192.    if you call a different language, and stopping execution from the
  1193.    other program may not work.
  1194.  
  1195.  
  1196. Q15) What constitutes good FORTRAN style?
  1197.  
  1198. One rendition of a FORTRAN 77 style guide is available through anonymous
  1199. ftp from ics.uci.edu (128.195.1.1).  To retrieve (please note that it's
  1200. not really "anonymous", that's just the Name that you'll be using):
  1201.  
  1202. % ftp ics.uci.edu
  1203. anonymous
  1204. <enter your e-mail address at Password: prompt>
  1205. cd pub/levine
  1206. ascii
  1207. get F77_Style_Guide
  1208. bye
  1209.  
  1210. If you can't access this site directly, please send an e-mail request to
  1211. levine@ics.uci.edu (BITNET: levine@uci, UUCP: ...!uunet!ucivax!levine).
  1212.  
  1213. Q16) For whatever reasons, I want to translate my Fortran into C.
  1214.     What tools are available?
  1215.  
  1216.     f90 from NAG, see above
  1217.     f2c see above.
  1218.  
  1219.     FORTRAN=C=FORTRIX=Rapitech Rapitech (914) 368-3000
  1220.     FORTRAN=C=FOR_C=Cobalt Blue  404 518 1116
  1221.     FORTRAN=C=PROMULA.FORTRAN=Promula (614) 263-5512
  1222.  
  1223. Q17) For whatever reasons, I want to translate my existing C code
  1224.      into Fortran. What tools are available?
  1225.  
  1226. Regretably none. This is indeed unfortunate, as even a limited
  1227. translator could help with typical C header files.
  1228.  
  1229. Q18) What is preprocessing, how can it help? How can it hurt?
  1230.      
  1231. Preprocessing often refers to usage of a Macro-prepressor upon ones
  1232. source code prior to compilation. 
  1233.  
  1234.        How can this help?
  1235.  
  1236. It can make it easier to move code between machines.
  1237.  
  1238.        How can this hurt?
  1239.   
  1240. It can cause difficulties in compilation of the processed code; most (if
  1241. not all) macro-preprocessors know nothing about Fortran syntax and
  1242. code layout rules. So, a common problem is that after preprocessing
  1243. some text may be lost past "sacred" column 72. Those working with
  1244. compilers that optionally compile *past* line 72 should probably
  1245. employ that option when using a preprocessor.
  1246.  
  1247. Common prepressors are: cpp, m4, and ratfor. Many sites have their
  1248. own custom prepressors. Basic functions are:
  1249.  
  1250.     1) definition of a symbol
  1251.     2) conditional code selection based on a symbol
  1252.     3) substition of a symbol by its definition
  1253.  
  1254. Traditional BSD Unix f77 processors treat a file named foo.F (as
  1255. opposed to foo.f) as one that should be run through cpp prior to
  1256. compilation "automatically".
  1257.  
  1258. Q19) How can I convert an existing FORTRAN 77 program to the free form
  1259.      source of Fortran 90?
  1260.  
  1261. A program to do this, CONVERT, may be obtained by sending a request
  1262. to metcalf@cernvm.cern.ch.
  1263.  
  1264. Q20) Who creates these silly standards anyway?
  1265.  
  1266. Typically X3J3. X3J3 is an ANSI subcommittee dedicated to Fortran. WG5
  1267. is the ISO counterpart. WG5 owns responsibility for Fortran on an
  1268. international basis. WG5 has previously tasked X3J3 to do the work.
  1269. This arrangement continues.
  1270.  
  1271. WG5 is composed of Fortran users, vendors, and academics from several
  1272. ISO supporting nations. Delegates represent *their*countries* not
  1273. their companies; so several delegates from a single company is
  1274. permitted. 
  1275.  
  1276. ANSI rules prohibit multiple voting delegates from the same company.
  1277. X3J3 is composed of users (aerospace, government labs, military, DECUS,
  1278. railroads, oil to name a few), vendors (IBM, CRI, Sun, Convex, DEC,
  1279. UNISYS, to name a few) and the odd academic (oxford, yale, liverpool, to
  1280. name a couple). Members need not be US citizens nor must their company
  1281. be US domiciled. Being a member of a standards group is typically
  1282. involves non-trivial work. To be effective, one should plan on at
  1283. least 8 weeks of time per year (those who are really doing the hard
  1284. work do far more). This time commitment is typically far more
  1285. expensive than the travel and membership costs.
  1286.  
  1287. X3J3 meetings are open to the public. There are typically 4 meetings a
  1288. year, typically 3 are in the US and 1 *may* be overseas (to precede or
  1289. follow the WG5 plenary session). Membership fees are levied by ANSI,
  1290. and are on the near order of $400 (plus an extra $300ish for those who
  1291. wish to be members of the US delegation to ISO). In addition,
  1292. attendees to a particular X3J3 meeting pay a "meeting fee" which
  1293. covers reproduction costs, snacks and etc.
  1294.  
  1295. WG5 has established various goals and targets for future work. Roughly
  1296. speaking 5yrs rather than 13years are the targets for future work.
  1297.  
  1298. Current work projects include cleanup and interpretations of Fortran
  1299. (90), features for future versions of the standard (e.g. parallel
  1300. processing, "object-oriented" technologies, etc.). In addition to work
  1301. done directly by X3J3, there is work on standardized modules, and OS
  1302. bindings taking place in other organizations. X3J3 would like to keep
  1303. track of such efforts, those involved are invited to inform X3J3 early
  1304. in their development efforts if possible. X3J3 is currently working
  1305. with X3H5, DIN (varying string character) and tracking the efforts of
  1306. HPFF. 
  1307.  
  1308. New members are always welcome. Visitors are also; though it is very
  1309. hard to get a good grip on things in only one meeting!
  1310.  
  1311. Contact the X3J3 chair or vice-chair for more information:
  1312.  
  1313.     jwagener@trc.amoco.com   chair
  1314.     mbsh@holstein.fc.hp.com  vice-chair
  1315.  
  1316. Upcoming meetings are:
  1317.  
  1318.      9 Nov - 13 Nov  New Haven (Yale)
  1319.      8 Feb - 12 Feb  Ft. Lauderdale (Harris)
  1320.  
  1321. Q21) How can I read my VAX binary data somewhere else?
  1322.  
  1323.      Some vendors provide bulit in methods (DEC provides this via
  1324.      special options on the OPEN statement). Others provide library support 
  1325.      (on SPARC products, with the SunPro compilers, checkout convert_external)
  1326.      In addition, Accerl8 provides a commerial tool. Contact:
  1327.  
  1328.     Robert Hickler                            Tel   (303) 863-8088
  1329.     Accelr8 Technology                        Email robert@accelr8.com
  1330.  
  1331.      for more information.
  1332.  
  1333. The following three Q's and A's based on email from:
  1334.     ecmtwhk@ccu1.aukuni.ac.nz (Thomas Koenig) 
  1335.  
  1336. Q22) My F77 program compiled ok on a <system1>, but gives me heaps of
  1337.      syntax errors on a <system2>. What's wrong?
  1338.  
  1339.      Most likely, the program was written with a line length greater than
  1340.      72. If your compiler supports it, turn on the option for greater
  1341.      line length (e.g. -e is not uncommon) ; otherwise, split up the
  1342.      lines by hand, or via one of those pretty-printers/restructing
  1343.      tools mentioned above.
  1344.  
  1345. Q23) My F77 program ran ok on a <system1>, but on a <system2> it just gives
  1346.      me strange results. What's wrong?
  1347.  
  1348.      There are different reasons why this could be. Possibly, your program
  1349.      violates the standard in some way which is not caught by the compiler
  1350.      on <system1>.
  1351.      
  1352.      Many programs rely on variables to be initialized to zero when a
  1353.      subroutine or function is first called, and also on the retention
  1354.      of values between calls. While many compilers (VAX/VMX and IBM VS,
  1355.      for example) exhibit this behaviour, compilers on newer
  1356.      architectures often fill variables with garbage on each new
  1357.      function call. This is permitted, according to the standard.
  1358.  
  1359.      Initialize variables explicitly, and put the variables which you need
  1360.      to keep across function calls into SAVE statements. Your compiler may
  1361.      have an option to trap unititialized variables; use that to find the
  1362.      trouble spots. Alternatively, compile using a flag which forces
  1363.      static allocation of all variables.
  1364.  
  1365.      Another problem might be that the accuracy of REAL and DOUBLE
  1366.      PRECISION differs between different platforms; that can cause
  1367.      roundoff error to wipe out your results or your program to go
  1368.      into endless loops.
  1369.  
  1370.      Yet another (and much more subtle) problem can occur if a lot of
  1371.      formatted I/O is employed. The conversion from internal to
  1372.      external representations can introduce very significant errors;
  1373.      much worse on some platforms than others (doing correctly rounded
  1374.      base conversion is expensive). 
  1375.  
  1376.      There are, of course, lots of other possibilities, these are just
  1377.      a starting point.
  1378.  
  1379. Q24) Is there a WEB for Fortran (and what is web anyway)?
  1380.  
  1381.      fweb is available via anonymous ftp; use archie(above) to
  1382.      determine current location(s).
  1383.  
  1384.      As for the more general question, what is WEB .... WEB is a
  1385.      "literate" programming system created by Knuth (he of reference
  1386.      book fame, and TeX fame, and etc.). It permits the programmer to
  1387.      write code and documentation together. WEB takes the "high level
  1388.      code and documentation" and creates real publishable
  1389.      documentation (using TeX or LaTeX) and compilable code. WEB
  1390.      versions for many languages are available.
  1391.  
  1392. Q25) Where can I find coded BLAS (and what are coded BLAS?)
  1393.  
  1394. The BLAS (basic linear algebra software) comes in several flavors:
  1395. BLAS-1, -2, and -3. These can be described as scalar, vector and
  1396. matrix-matrix levels. "Coded" BLAS are either hand coded in assembler,
  1397. or at least tweaked for a given machine. Some vendors provide these,
  1398. some are provided on the net (see archie) and some are marketed by
  1399. various commercial organizations. 
  1400.  
  1401. In addition, it should be noted that BLAS-3 is very amenable to
  1402. parallel processing. Done cleverly, this could be done by a network of
  1403. processors over a net. DSS markets just such an implementation. Contact:
  1404.  
  1405.      Mike Boucher
  1406.     Dakota Scientific Software, Inc.
  1407.     501 East Saint Joseph Street
  1408.     Rapid City, SD  57701-3995
  1409.     fax: (605) 394-1256
  1410.     scisoft@well.sf.ca.us
  1411.  
  1412. for more information about their implementation.
  1413.  
  1414. Q26)  How common is DO ... END DO
  1415.  
  1416.       It is very common; and of course is part of Fortran 90.
  1417.       Compilers claimed to *not* support it (much shorter list this
  1418.       way)
  1419.  
  1420.               1) Salford ftn77/Primos version
  1421.         2) Prime f77 compiler
  1422.         3) Microsoft Fortran for CP/M 8080/Z80 machines    
  1423.         4) Fujitsu VPxxx UXP/M compiler
  1424.  
  1425.       
  1426. Q27) Where can I learn more about the history of Fortran?
  1427. From: metcalf@apofort.cern.ch (Michael Metcalf )
  1428. The history of Fortran is documented in:        
  1429.  
  1430. Annals of History of Computing, 6, 1, January, 1984 (whole issue).
  1431.  
  1432. Programming Systems and Languages (S. Rosen ed.), McGraw Hill, 1967, pp 29-47
  1433.     (this is Backus's original paper).        
  1434.  
  1435. History of Prorammining Languages (R.L. Wexelblat ed.), Academic Press, 1981,
  1436.               pp 25-74.    
  1437.  
  1438. A summary appears in vol. 5 of the Encyclopedia of Science and Technology,
  1439. Academic Press, 1986, under 'Fortran'. 
  1440. and in Chapter 1 of Fortran 90 Explained (Oxford, 1990).
  1441.  
  1442. --
  1443. ----------------------------------------------------------------
  1444. Keith H. Bierman    keith.bierman@Sun.COM| khb@chiba.Eng.Sun.COM
  1445. SunPro 2550 Garcia MTV 12-40             | (415 336 2648) fax 964 0946
  1446. Mountain View, CA 94043  <speaking for myself, not Sun*> Copyright 1992
  1447.